Sys.Observer.setValue Method

Sets a property or field on the target in an observable manner.

Sys.Observer.setValue(target,propertyName,value);

Parameters

Term

Definition

target

The object to which the property is set.

propertyName

A string that contains the name of the property or field to set.

value

The value to set.

Returns

None.

Remarks

The raisePropertyChanged method is called after the setValue method set the value of the target object property.

See Also

Reference

Sys.Observer Class

Other Resources

Language Reference